home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / dev / c / vbcc.readme < prev   
Text File  |  1998-01-05  |  50KB  |  1,010 lines

  1. Short:    Free optimizing ANSI C compiler (68k/PPC)
  2. Author:   volker@vb.franken.de (Volker Barthelmann)
  3. Uploader: volker@vb.franken.de (Volker Barthelmann)
  4. Version:  0.6
  5. Type:     dev/c
  6.  
  7.  
  8.  
  9.  
  10. vbcc - portable ANSI C compiler (c) in 1995-97 by Volker Barthelmann
  11.  
  12.  
  13. INTRODUCTION
  14.  
  15.     vbcc is a free portable and retargetable ANSI C compiler.
  16.  
  17.     This archive contains the compiler, preprocessor, assembler, linker,
  18.     frontend, message browser, startup codes, C-libraries, amiga.lib
  19.     replacements as well as several other tools (mostly with complete
  20.     source) for 68k as well as PPC.
  21.  
  22.     This gives you a complete system that allows to develop programs in
  23.     ANSI C as well as Amiga-specific programs (provided you obtain the
  24.     OS-includes) running on 68k or PowerUp-boards.
  25.  
  26.     All major parts of this distribution (including compiler, preprocessor,
  27.     libraries etc.) have been compiled/assembled with this system and
  28.     apart from the OS-includes everything is included to rebuilt vbcc,
  29.     the libraries and many of the other programs.
  30.  
  31.     Note that the programs in this archive all run on the 68k even when
  32.     generating PPC-code. There is another archive which contains compilers
  33.     that run on the PPC.
  34.  
  35.  
  36. FEATURES
  37.  
  38.     vbcc..
  39.  
  40.     - comes with source
  41.  
  42.     - is free
  43.  
  44.     - is portable and retargetable
  45.  
  46.     - comes with a global optimizer that can e.g. do global common
  47.       subexpression elimination, constant propagation, function inlining
  48.       and several other optimizations (but is not yet finished and may
  49.       have some bugs)
  50.  
  51.     - should be ANSI compliant
  52.  
  53.     - can generate code that runs on a plain 68000 CPU
  54.  
  55.     - can generate code optimized for 020/030, 040 or 060
  56.  
  57.     - can generate code that uses the 68881/2, 68040/060 FPUs directly
  58.       and comes with appropriate math-libraries
  59.  
  60.     - can generate code that runs on PowerUp-boards
  61.  
  62.     - generates standard Amiga-68k-objects or PPC-ELF-objects
  63.  
  64.     - does not need too much memory
  65.  
  66.     - comes with a message browser
  67.  
  68.     - comes with a config program
  69.  
  70.     - offers a lot of error/warning messages that can be turned on/off
  71.       separately
  72.  
  73.  
  74. REQUIREMENTS
  75.  
  76.     To use vbcc you need:
  77.  
  78.     - an Amiga with OS 2.0 or higher
  79.  
  80.     - enough RAM (it is possible to translate small programs with 1MB, but
  81.       for larger programs much more will be needed)
  82.  
  83.     Stuff that is not needed, but may be very useful:
  84.  
  85.     - harddisk
  86.  
  87.     - editor
  88.  
  89.     - make, touch etc.
  90.  
  91.     - the Amiga OS-includes (they can be found on certain CDs)
  92.  
  93.     - pipe-command (to use the message browser)
  94.  
  95.     Also you should know how to use the shell and you should know ANSI C
  96.     (if you need a book I recommend (like everyone) "The C Programming
  97.     Language, Second Edition, ANSI C" by Kernighan and Ritchie).
  98.  
  99.  
  100. WHAT'S NEW
  101.  
  102.     The most important changes since the last public release:
  103.  
  104.     - support for PowerUp-boards added (including PPC-code-generator,
  105.       PPC-assembler, C library, amiga.lib etc. as well as PPC-native
  106.       compilers)
  107.  
  108.     - inline-assembly
  109.  
  110.     - simpler building of cross-compilers
  111.  
  112.     - vc.lib does not require linking with amiga.lib
  113.  
  114.     - includes for inline-library-calls (proto/*.h)
  115.       not tested very much
  116.  
  117.     - several bug-fixes in the compiler, optimizer, libraries etc.
  118.  
  119.     - some new warnings added
  120.  
  121.     - some improvements in vc
  122.  
  123.  
  124.  
  125. Volker Barthelmann                                      volker@vb.franken.de
  126. Kennedy-Ring 39
  127. 91301 Forchheim
  128. Germany
  129.  
  130.  
  131. ============================= Archive contents =============================
  132.  
  133. Original  Packed Ratio    Date     Time    Name
  134. -------- ------- ----- --------- --------  -------------
  135.    11692    2279 80.5% 30-Dec-97 17:42:26 +alias.c
  136.    11625    3178 72.6% 30-Dec-97 17:50:40 +av.c
  137.   302532  129645 57.1% 30-Dec-97 17:52:04 +vbccm68k
  138.   280712  119922 57.2% 30-Dec-97 17:51:02 +vbccppc
  139.    12892    7670 40.5% 30-Dec-97 18:23:52 +vc
  140.    33276   18110 45.5% 30-Dec-97 17:51:04 +vcpp
  141.    11404    3265 71.3% 30-Dec-97 17:50:52 +cp.c
  142.    13422    3878 71.1% 30-Dec-97 17:50:44 +cse.c
  143.     1669     325 80.5% 30-Dec-97 17:50:36 +datatypes.h
  144.      841     156 81.4% 30-Dec-97 17:50:38 +dtconv.h
  145.     7981    2374 70.2% 30-Dec-97 17:50:38 +dtgen.c
  146.      176      98 44.3% 30-Dec-97 17:50:38 +dtswap32f.c
  147.      176      99 43.7% 30-Dec-97 17:50:38 +dtswap32t.c
  148.      236      98 58.4% 30-Dec-97 17:50:38 +dtswap64f.c
  149.      236      99 58.0% 30-Dec-97 17:50:38 +dtswap64t.c
  150.    45469   12845 71.7% 30-Dec-97 17:50:48 +declaration.c
  151.     6384    2457 61.5% 30-Dec-97 17:43:04 +building.doc
  152.    30018    8429 71.9% 30-Dec-97 17:43:06 +errors.doc
  153.    46363   16518 64.3% 30-Dec-97 22:07:46 +History
  154.    28729   10207 64.4% 30-Dec-97 17:43:06 +interface.doc
  155.    25167    8403 66.6% 30-Dec-97 17:43:04 +vbcc.doc
  156.     4472    1869 58.2% 30-Dec-97 22:13:50 +vbccalpha.doc
  157.     4780    1986 58.4% 30-Dec-97 22:14:42 +vbcci386.doc
  158.    12895    4808 62.7% 30-Dec-97 22:16:24 +vbccm68k.doc
  159.     6276    2409 61.6% 30-Dec-97 22:20:18 +vbccppc.doc
  160.     6854    2675 60.9% 30-Dec-97 18:26:12 +vc.doc
  161.     3007    1483 50.6% 30-Dec-97 17:43:06 +vcpp.doc
  162.     1851     952 48.5% 30-Dec-97 17:43:08 +vsc.doc
  163.    12624    3298 73.8% 30-Dec-97 17:52:10 +errors.h
  164.    21613    4939 77.1% 30-Dec-97 17:50:42 +flow.c
  165.    13746    3943 71.3% 30-Dec-97 18:19:26 +vc.c
  166.    51925   11305 78.2% 30-Dec-97 17:42:26 +ic.c
  167.    60570   14050 76.8% 30-Dec-97 17:50:36 +loop.c
  168.    55706   14713 73.5% 30-Dec-97 22:08:24 +machine.c
  169.      146      65 55.4% 30-Dec-97 17:49:54 +machine.dt
  170.     2347     955 59.3% 30-Dec-97 17:49:54 +machine.h
  171.     2255     539 76.0% 30-Dec-97 17:49:52 +schedule.c
  172.       34      34  0.0% 30-Dec-97 17:49:52 +schedule.h
  173.    19148    8409 56.0% 30-Dec-97 17:49:02 +alib
  174.    24040   11741 51.1% 30-Dec-97 17:49:00 +fd2lib
  175.     1352     885 34.5% 30-Dec-97 17:49:04 +ixstacksize
  176.    64392   41070 36.2% 30-Dec-97 17:49:06 +PhxAss
  177.    12100    8213 32.1% 30-Dec-97 17:48:58 +PhxLnk
  178.      536     378 29.4% 30-Dec-97 17:48:58 +showerr
  179.      568     402 29.2% 30-Dec-97 17:49:04 +tovbr
  180.    13320    6791 49.0% 30-Dec-97 17:49:04 +vbrowse
  181.    24092    9918 58.8% 30-Dec-97 17:49:02 +vconfig
  182.     1576     883 43.9% 30-Dec-97 17:49:02 +vsend
  183.     4888    2266 53.6% 30-Dec-97 17:49:36 +alib.doc
  184.     2561    1081 57.7% 30-Dec-97 17:49:46 +extralib.doc
  185.     5946    2623 55.8% 30-Dec-97 17:49:36 +fd2lib.doc
  186.     3440    1439 58.1% 30-Dec-97 17:49:38 +ixemul.doc
  187.     1755     872 50.3% 30-Dec-97 17:49:34 +minstart.doc
  188.   132423   45372 65.7% 30-Dec-97 17:49:46 +PhxAss.guide
  189.    22481    7788 65.3% 30-Dec-97 17:49:40 +PhxLnk.guide
  190.    72511   14238 80.3% 30-Dec-97 17:49:38 +VBCCMessages.guide
  191.     3466    1415 59.1% 30-Dec-97 17:49:36 +vbrowse.doc
  192.     9285    3469 62.6% 30-Dec-97 22:12:48 +vclib.doc
  193.      502     288 42.6% 30-Dec-97 17:49:36 +vconfig.doc
  194.      233     155 33.4% 30-Dec-97 17:48:58 +assert.h
  195.     1089     340 68.7% 30-Dec-97 17:48:38 +ctype.h
  196.     2285     708 69.0% 30-Dec-97 17:48:58 +errno.h
  197.      910     288 68.3% 30-Dec-97 17:48:56 +extra.h
  198.     1018     306 69.9% 30-Dec-97 17:48:56 +float.h
  199.     3257     618 81.0% 30-Dec-97 17:48:48 +amigaguide_protos.h
  200.      980     273 72.1% 30-Dec-97 17:48:48 +asl_protos.h
  201.      390     156 60.0% 30-Dec-97 17:48:48 +battclock_protos.h
  202.      711     226 68.2% 30-Dec-97 17:48:48 +battmem_protos.h
  203.      879     236 73.1% 30-Dec-97 17:48:48 +bullet_protos.h
  204.     2904     627 78.4% 30-Dec-97 17:48:48 +cardres_protos.h
  205.      265     170 35.8% 30-Dec-97 17:48:48 +cia_protos.h
  206.      429     169 60.6% 30-Dec-97 17:48:48 +colorwheel_protos.h
  207.     3937     800 79.6% 30-Dec-97 17:48:46 +commodities_protos.h
  208.      497     230 53.7% 30-Dec-97 17:48:48 +console_protos.h
  209.     3087     633 79.4% 30-Dec-97 17:48:48 +datatypes_protos.h
  210.      787     245 68.8% 30-Dec-97 17:48:50 +disk_protos.h
  211.      807     296 63.3% 30-Dec-97 17:48:46 +diskfont_protos.h
  212.    25518    4257 83.3% 30-Dec-97 17:48:56 +dos_protos.h
  213.      112      94 16.0% 30-Dec-97 17:48:50 +dtclass_protos.h
  214.    18575    3045 83.6% 30-Dec-97 17:48:56 +exec_protos.h
  215.     4030     738 81.6% 30-Dec-97 17:48:50 +expansion_protos.h
  216.     3916     795 79.6% 30-Dec-97 17:48:50 +gadtools_protos.h
  217.    32893    5149 84.3% 30-Dec-97 17:48:52 +graphics_protos.h
  218.     1862     439 76.4% 30-Dec-97 17:48:46 +icon_protos.h
  219.     8113    1206 85.1% 30-Dec-97 17:48:50 +iffparse_protos.h
  220.      112      96 14.2% 30-Dec-97 17:48:48 +input_protos.h
  221.    25040    3868 84.5% 30-Dec-97 17:48:46 +intuition_protos.h
  222.      814     280 65.6% 30-Dec-97 17:48:54 +keymap_protos.h
  223.     5534     893 83.8% 30-Dec-97 17:48:44 +layers_protos.h
  224.     4879     804 83.5% 30-Dec-97 17:48:54 +locale_protos.h
  225.     2431     581 76.1% 30-Dec-97 17:48:54 +lowlevel_protos.h
  226.      358     169 52.7% 30-Dec-97 17:48:54 +misc_protos.h
  227.     1396     380 72.7% 30-Dec-97 17:48:54 +nonvolatile_protos.h
  228.      471     185 60.7% 30-Dec-97 17:48:52 +potgo_protos.h
  229.     9069    1343 85.1% 30-Dec-97 17:48:44 +ppc_protos.h
  230.      242     136 43.8% 30-Dec-97 17:48:52 +ramdrive_protos.h
  231.     1834     448 75.5% 30-Dec-97 17:48:52 +realtime_protos.h
  232.     1787     421 76.4% 30-Dec-97 17:48:52 +rexxsyslib_protos.h
  233.      811     227 72.0% 30-Dec-97 17:48:52 +timer_protos.h
  234.      256     166 35.1% 30-Dec-97 17:48:52 +translator_protos.h
  235.     7216    1272 82.3% 30-Dec-97 17:48:52 +utility_protos.h
  236.     1591     410 74.2% 30-Dec-97 17:48:44 +wb_protos.h
  237.      440     170 61.3% 30-Dec-97 17:48:38 +limits.h
  238.      891     317 64.4% 30-Dec-97 17:48:58 +locale.h
  239.     2047     550 73.1% 30-Dec-97 17:48:56 +math.h
  240.     1161     289 75.1% 30-Dec-97 17:48:38 +all.h
  241.      199     132 33.6% 30-Dec-97 17:48:38 +amigaguide.h
  242.      164     118 28.0% 30-Dec-97 17:48:40 +asl.h
  243.      194     129 33.5% 30-Dec-97 17:48:40 +battclock.h
  244.      184     125 32.0% 30-Dec-97 17:48:40 +battmem.h
  245.      179     121 32.4% 30-Dec-97 17:48:40 +bullet.h
  246.      185     127 31.3% 30-Dec-97 17:48:40 +cardres.h
  247.      164     116 29.2% 30-Dec-97 17:48:40 +cia.h
  248.      199     131 34.1% 30-Dec-97 17:48:40 +colorwheel.h
  249.      195     130 33.3% 30-Dec-97 17:48:40 +commodities.h
  250.      186     125 32.7% 30-Dec-97 17:48:40 +console.h
  251.      194     129 33.5% 30-Dec-97 17:48:40 +datatypes.h
  252.      170     120 29.4% 30-Dec-97 17:48:40 +disk.h
  253.      189     127 32.8% 30-Dec-97 17:48:40 +diskfont.h
  254.      167     117 29.9% 30-Dec-97 17:48:40 +dos.h
  255.      184     124 32.6% 30-Dec-97 17:48:40 +dtclass.h
  256.      201     123 38.8% 30-Dec-97 17:48:40 +exec.h
  257.      194     128 34.0% 30-Dec-97 17:48:40 +expansion.h
  258.      189     127 32.8% 30-Dec-97 17:48:42 +gadtools.h
  259.      184     121 34.2% 30-Dec-97 17:48:42 +graphics.h
  260.      169     118 30.1% 30-Dec-97 17:48:42 +icon.h
  261.      189     127 32.8% 30-Dec-97 17:48:42 +iffparse.h
  262.      174     120 31.0% 30-Dec-97 17:48:42 +input.h
  263.      200     123 38.5% 30-Dec-97 17:48:42 +intuition.h
  264.      179     124 30.7% 30-Dec-97 17:48:42 +keymap.h
  265.      179     123 31.2% 30-Dec-97 17:48:42 +layers.h
  266.      179     121 32.4% 30-Dec-97 17:48:42 +locale.h
  267.      189     128 32.2% 30-Dec-97 17:48:42 +lowlevel.h
  268.      168     118 29.7% 30-Dec-97 17:48:42 +misc.h
  269.      195     129 33.8% 30-Dec-97 17:48:42 +nonvolatile.h
  270.      174     119 31.6% 30-Dec-97 17:48:42 +potgo.h
  271.      167     117 29.9% 30-Dec-97 17:48:38 +ppc.h
  272.      191     127 33.5% 30-Dec-97 17:48:42 +ramdrive.h
  273.      189     127 32.8% 30-Dec-97 17:48:42 +realtime.h
  274.      196     131 33.1% 30-Dec-97 17:48:44 +rexxsyslib.h
  275.      174     120 31.0% 30-Dec-97 17:48:44 +timer.h
  276.      199     127 36.1% 30-Dec-97 17:48:44 +translator.h
  277.      184     124 32.6% 30-Dec-97 17:48:44 +utility.h
  278.      166     120 27.7% 30-Dec-97 17:48:44 +wb.h
  279.      127     101 20.4% 30-Dec-97 17:48:58 +setjmp.h
  280.      315     152 51.7% 30-Dec-97 17:48:58 +signal.h
  281.      284     164 42.2% 30-Dec-97 17:48:38 +stdarg.h
  282.      580     232 60.0% 30-Dec-97 17:48:38 +stddef.h
  283.     6176    1710 72.3% 30-Dec-97 17:48:36 +stdio.h
  284.     1914     610 68.1% 30-Dec-97 17:48:38 +stdlib.h
  285.     3692     531 85.6% 30-Dec-97 17:48:38 +string.h
  286.      951     350 63.1% 30-Dec-97 17:48:38 +time.h
  287.      386     163 57.7% 30-Dec-97 18:27:50 +init_vbcc
  288.      491     212 56.8% 30-Dec-97 18:31:58 +ixemul
  289.      483     217 55.0% 30-Dec-97 18:32:18 +ixemuls
  290.   180272   31499 82.5% 30-Dec-97 17:49:24 +amiga.lib
  291.   178572   31400 82.4% 30-Dec-97 17:49:30 +amigas.lib
  292.     1512     951 37.1% 30-Dec-97 17:49:30 +bcrt0.o
  293.     1496     903 39.6% 30-Dec-97 17:49:34 +crt0.o
  294.     2784    1223 56.0% 30-Dec-97 17:49:14 +extra.lib
  295.     2676    1222 54.3% 30-Dec-97 17:49:14 +extras.lib
  296.    57396    7252 87.3% 30-Dec-97 17:49:08 +ixemul.lib
  297.    55356    7243 86.9% 30-Dec-97 17:49:32 +ixemuls.lib
  298.    24480   12902 47.2% 30-Dec-97 17:49:10 +m040.lib
  299.    16176    6682 58.6% 30-Dec-97 17:49:34 +m040o.lib
  300.    12228    5116 58.1% 30-Dec-97 17:49:12 +m881.lib
  301.    23780    7444 68.6% 30-Dec-97 17:49:12 +mieee.lib
  302.      240     165 31.2% 30-Dec-97 17:49:30 +minstart.o
  303.     9276    1499 83.8% 30-Dec-97 17:49:10 +ppc.lib
  304.     9192    1495 83.7% 30-Dec-97 17:49:10 +ppcs.lib
  305.     1000     702 29.8% 30-Dec-97 17:49:12 +startup.o
  306.    32452   13490 58.4% 30-Dec-97 17:49:16 +vc.lib
  307.    32460   13639 57.9% 30-Dec-97 17:49:14 +vcs.lib
  308.      151     121 19.8% 30-Dec-97 17:47:12 +_chkabort.c
  309.      918     383 58.2% 30-Dec-97 17:48:24 +_errors.c
  310.      373     193 48.2% 30-Dec-97 17:46:32 +_ldivs.c
  311.      271     137 49.4% 30-Dec-97 17:46:32 +_ldivu.c
  312.     1857     554 70.1% 30-Dec-97 17:47:12 +_lmath.s
  313.      351     189 46.1% 30-Dec-97 17:46:34 +_lmods.c
  314.      250     133 46.8% 30-Dec-97 17:46:32 +_lmodu.c
  315.     2543     908 64.2% 30-Dec-97 17:46:26 +_main.c
  316.     2515     896 64.3% 30-Dec-97 17:48:26 +_prof.c
  317.    11209    2934 73.8% 30-Dec-97 17:48:26 +alib.c
  318.     1630     658 59.6% 30-Dec-97 17:48:16 +ArgArray.c
  319.      184     116 36.9% 30-Dec-97 17:48:14 +BeginIO.s
  320.      351     159 54.7% 30-Dec-97 17:48:16 +CallHook.s
  321.     1892     407 78.4% 30-Dec-97 17:48:14 +Cia.s
  322.      431     176 59.1% 30-Dec-97 17:48:14 +CoerceMethod.s
  323.     1039     362 65.1% 30-Dec-97 17:48:14 +CreateIO.c
  324.      976     444 54.5% 30-Dec-97 17:48:14 +CreatePort.c
  325.     1657     789 52.3% 30-Dec-97 17:48:14 +CreateTask.c
  326.     2996     661 77.9% 30-Dec-97 17:48:16 +Custom.s
  327.      419     151 63.9% 30-Dec-97 17:48:20 +defs.s
  328.       39      39  0.0% 30-Dec-97 17:48:14 +DeleteTask.c
  329.      388     169 56.4% 30-Dec-97 17:48:14 +DoMethod.s
  330.      815     172 78.8% 30-Dec-97 17:48:18 +DoPktn.c
  331.      266      61 77.0% 30-Dec-97 17:48:14 +DoPktn.whatsthis
  332.      459     190 58.6% 30-Dec-97 17:48:12 +DoSuperMethod.s
  333.      125     111 11.2% 30-Dec-97 17:48:12 +FastRand.c
  334.      273     170 37.7% 30-Dec-97 17:48:12 +FreeIEvents.c
  335.      208     116 44.2% 30-Dec-97 17:48:12 +HookEntry.s
  336.      451     246 45.4% 30-Dec-97 17:48:12 +HotKey.c
  337.     1914     650 66.0% 30-Dec-97 17:48:12 +LibAllocPooled.c
  338.     1090     453 58.4% 30-Dec-97 17:48:12 +LibCreatePool.c
  339.      908     396 56.3% 30-Dec-97 17:48:12 +LibFreePooled.c
  340.     2749    1108 59.6% 30-Dec-97 17:48:12 +MakeALIB.script
  341.      658     338 48.6% 30-Dec-97 17:48:20 +MakeASLIB.script
  342.      297     180 39.3% 30-Dec-97 17:48:12 +NewList.c
  343.      351     220 37.3% 30-Dec-97 17:48:16 +pool.h
  344.      316     186 41.1% 30-Dec-97 17:48:12 +RangeRand.c
  345.      417     194 53.4% 30-Dec-97 17:48:12 +SetSuperAttrs.s
  346.      248     188 24.1% 30-Dec-97 17:48:10 +sprintf.c
  347.     1253     542 56.7% 30-Dec-97 17:48:10 +TimeDelay.c
  348.      118     101 14.4% 30-Dec-97 17:48:10 +WaitBeam.c
  349.     1411     187 86.7% 30-Dec-97 17:46:30 +_ctype_.c
  350.       82      78  4.8% 30-Dec-97 17:46:30 +isalnum.c
  351.       82      77  6.0% 30-Dec-97 17:46:30 +isalpha.c
  352.       83      80  3.6% 30-Dec-97 17:46:30 +iscntrl.c
  353.       82      76  7.3% 30-Dec-97 17:46:30 +isdigit.c
  354.       83      78  6.0% 30-Dec-97 17:46:30 +isgraph.c
  355.       82      77  6.0% 30-Dec-97 17:46:30 +islower.c
  356.       84      80  4.7% 30-Dec-97 17:46:30 +isprint.c
  357.       83      78  6.0% 30-Dec-97 17:46:30 +ispunct.c
  358.       82      77  6.0% 30-Dec-97 17:46:28 +isspace.c
  359.       82      77  6.0% 30-Dec-97 17:46:28 +isupper.c
  360.       85      79  7.0% 30-Dec-97 17:46:28 +isxdigit.c
  361.       94      89  5.3% 30-Dec-97 17:46:28 +tolower.c
  362.       95      90  5.2% 30-Dec-97 17:46:28 +toupper.c
  363.       15      15  0.0% 30-Dec-97 17:48:20 +errno.c
  364.      529     267 49.5% 30-Dec-97 17:46:24 +chdir.c
  365.      244     159 34.8% 30-Dec-97 17:46:22 +clock.c
  366.      363     207 42.9% 30-Dec-97 17:46:22 +getch.c
  367.      231     167 27.7% 30-Dec-97 17:46:24 +isseparator.c
  368.      264     180 31.8% 30-Dec-97 17:46:24 +iswhitespace.c
  369.      222     110 50.4% 30-Dec-97 17:46:24 +Make_extralib.script
  370.      235     114 51.4% 30-Dec-97 17:46:24 +Make_extraslib.script
  371.     1738     565 67.4% 30-Dec-97 17:46:22 +mysupp.c
  372.      402     234 41.7% 30-Dec-97 17:46:22 +stricmp.c
  373.      440     259 41.1% 30-Dec-97 17:46:22 +strnicmp.c
  374.    23163    6229 73.1% 30-Dec-97 17:46:34 +fd2lib.c
  375.    26151    7027 73.1% 30-Dec-97 17:48:36 +fd2lib2.c
  376.       90      65 27.7% 30-Dec-97 17:47:10 +geta4.s
  377.     9844    3735 62.0% 30-Dec-97 17:48:28 +crt0.asm
  378.    16104    8501 47.2% 30-Dec-97 17:48:28 +gen_glue
  379.     2325     806 65.3% 30-Dec-97 17:48:28 +gen_glue.c
  380.     2535    1088 57.0% 30-Dec-97 17:48:30 +ixstacksize.c
  381.     2190     888 59.4% 30-Dec-97 17:48:28 +Make_ixemul.script
  382.       99      91  8.0% 30-Dec-97 17:48:30 +__ixemulVer.s
  383.      120     104 13.3% 30-Dec-97 17:48:30 +__stack.s
  384.      106      95 10.3% 30-Dec-97 17:48:30 +__stk_argbytes.s
  385.       99      88 11.1% 30-Dec-97 17:48:30 +__stk_limit.s
  386.       80      53 33.7% 30-Dec-97 17:48:30 +addd.s
  387.       80      54 32.5% 30-Dec-97 17:48:30 +addl.s
  388.       80      53 33.7% 30-Dec-97 17:48:32 +cmpd.s
  389.       80      55 31.2% 30-Dec-97 17:48:32 +cmpl.s
  390.       86      57 33.7% 30-Dec-97 17:48:32 +d2s.s
  391.       80      52 35.0% 30-Dec-97 17:48:30 +divd.s
  392.       80      55 31.2% 30-Dec-97 17:48:30 +divl.s
  393.      139     112 19.4% 30-Dec-97 17:48:30 +expand_cmd_line.s
  394.       84      53 36.9% 30-Dec-97 17:48:32 +fixds.s
  395.      521     178 65.8% 30-Dec-97 17:48:32 +fixdu.s
  396.       84      55 34.5% 30-Dec-97 17:48:32 +fixls.s
  397.      429     173 59.6% 30-Dec-97 17:48:32 +fixlu.s
  398.      162      91 43.8% 30-Dec-97 17:48:34 +fltsbd.s
  399.      162      91 43.8% 30-Dec-97 17:48:34 +fltsbl.s
  400.       90      59 34.4% 30-Dec-97 17:48:32 +fltsld.s
  401.       90      59 34.4% 30-Dec-97 17:48:34 +fltsll.s
  402.      147      89 39.4% 30-Dec-97 17:48:34 +fltswd.s
  403.      147      89 39.4% 30-Dec-97 17:48:34 +fltswl.s
  404.      150      90 40.0% 30-Dec-97 17:48:34 +fltubd.s
  405.      150      90 40.0% 30-Dec-97 17:48:34 +fltubl.s
  406.      311     152 51.1% 30-Dec-97 17:48:34 +fltuld.s
  407.      289     136 52.9% 30-Dec-97 17:48:34 +fltull.s
  408.      150      88 41.3% 30-Dec-97 17:48:34 +fltuwd.s
  409.      150      89 40.6% 30-Dec-97 17:48:34 +fltuwl.s
  410.       74      50 32.4% 30-Dec-97 17:48:32 +ldivs.s
  411.       76      50 34.2% 30-Dec-97 17:48:32 +ldivu.s
  412.       74      49 33.7% 30-Dec-97 17:48:32 +lmods.s
  413.       76      50 34.2% 30-Dec-97 17:48:32 +lmodu.s
  414.       80      54 32.5% 30-Dec-97 17:48:30 +muld.s
  415.       80      55 31.2% 30-Dec-97 17:48:30 +mull.s
  416.       80      52 35.0% 30-Dec-97 17:48:30 +negd.s
  417.       80      54 32.5% 30-Dec-97 17:48:30 +negl.s
  418.       88      57 35.2% 30-Dec-97 17:48:32 +s2d.s
  419.       80      54 32.5% 30-Dec-97 17:48:30 +subd.s
  420.       80      55 31.2% 30-Dec-97 17:48:30 +subl.s
  421.      235     130 44.6% 30-Dec-97 17:48:32 +tstd.s
  422.      225     130 42.2% 30-Dec-97 17:48:32 +tstl.s
  423.      294     126 57.1% 30-Dec-97 17:48:22 +localeconv.c
  424.       84      76  9.5% 30-Dec-97 17:48:22 +setlocale.c
  425.     3427     741 78.3% 30-Dec-97 17:46:26 +Make_vclib.script
  426.     3569     752 78.9% 30-Dec-97 17:47:10 +Make_vcslib.script
  427.       41      41  0.0% 30-Dec-97 17:47:30 +_main.c
  428.      267     149 44.1% 30-Dec-97 17:47:36 +atan2.c
  429.      101      88 12.8% 30-Dec-97 17:47:36 +atof.c
  430.       87      73 16.0% 30-Dec-97 17:47:14 +difftime.c
  431.      137     100 27.0% 30-Dec-97 17:47:36 +fmod.c
  432.      128      98 23.4% 30-Dec-97 17:47:36 +isinf.c
  433.      129      98 24.0% 30-Dec-97 17:47:36 +isnan.c
  434.      804     219 72.7% 30-Dec-97 17:47:12 +Make_m040.script
  435.      927     234 74.7% 30-Dec-97 17:47:44 +Make_m040o.script
  436.      813     214 73.6% 30-Dec-97 17:47:14 +Make_m881.script
  437.     1801     305 83.0% 30-Dec-97 17:47:14 +Make_mieee.script
  438.     4184    1118 73.2% 30-Dec-97 17:47:52 +acos.s
  439.     4769    1331 72.0% 30-Dec-97 17:47:52 +asin.s
  440.    21141    5347 74.7% 30-Dec-97 17:47:50 +atan.s
  441.      166      97 41.5% 30-Dec-97 17:47:52 +ceil.s
  442.    22801    5734 74.8% 30-Dec-97 17:47:50 +cos.s
  443.     4729    1243 73.7% 30-Dec-97 17:47:48 +cosh.s
  444.    40158   10291 74.3% 30-Dec-97 17:47:48 +exp.s
  445.       68      57 16.1% 30-Dec-97 17:47:52 +fabs.s
  446.      191     111 41.8% 30-Dec-97 17:47:52 +floor.s
  447.      302     164 45.6% 30-Dec-97 17:47:52 +frexp.c
  448.      837     393 53.0% 30-Dec-97 17:47:52 +ldexp.c
  449.    25134    6208 75.3% 30-Dec-97 17:48:10 +log.s
  450.     8034    3087 61.5% 30-Dec-97 17:47:52 +fplsp.doc
  451.   293882   59558 79.7% 30-Dec-97 17:48:04 +fplsp.s
  452.      170     106 37.6% 30-Dec-97 17:47:52 +modf.c
  453.     3130     909 70.9% 30-Dec-97 17:48:08 +pow.s
  454.     5416    1409 73.9% 30-Dec-97 17:48:08 +sinh.s
  455.       68      54 20.5% 30-Dec-97 17:47:52 +sqrt.s
  456.    15254    4064 73.3% 30-Dec-97 17:48:08 +tan.s
  457.     6548    1422 78.2% 30-Dec-97 17:48:08 +tanh.s
  458.      218     136 37.6% 30-Dec-97 17:47:42 +acos.s
  459.      213     132 38.0% 30-Dec-97 17:47:42 +asin.s
  460.      212     131 38.2% 30-Dec-97 17:47:40 +atan.s
  461.      210     131 37.6% 30-Dec-97 17:47:42 +ceil.s
  462.      210     131 37.6% 30-Dec-97 17:47:40 +cos.s
  463.      213     132 38.0% 30-Dec-97 17:47:40 +cosh.s
  464.      210     131 37.6% 30-Dec-97 17:47:40 +exp.s
  465.       68      57 16.1% 30-Dec-97 17:47:42 +fabs.s
  466.      210     129 38.5% 30-Dec-97 17:47:42 +floor.s
  467.      302     164 45.6% 30-Dec-97 17:47:40 +frexp.c
  468.      837     393 53.0% 30-Dec-97 17:47:40 +ldexp.c
  469.      210     131 37.6% 30-Dec-97 17:47:40 +log.s
  470.      215     135 37.2% 30-Dec-97 17:47:42 +log10.s
  471.      170     106 37.6% 30-Dec-97 17:47:40 +modf.c
  472.      245     147 40.0% 30-Dec-97 17:47:40 +pow.s
  473.      210     131 37.6% 30-Dec-97 17:47:40 +sin.s
  474.      212     131 38.2% 30-Dec-97 17:47:40 +sinh.s
  475.       68      54 20.5% 30-Dec-97 17:47:42 +sqrt.s
  476.      210     131 37.6% 30-Dec-97 17:47:40 +tan.s
  477.      212     132 37.7% 30-Dec-97 17:47:40 +tanh.s
  478.       68      55 19.1% 30-Dec-97 17:47:32 +acos.s
  479.       68      58 14.7% 30-Dec-97 17:47:30 +asin.s
  480.       68      55 19.1% 30-Dec-97 17:47:32 +atan.s
  481.      166      97 41.5% 30-Dec-97 17:47:34 +ceil.s
  482.       66      56 15.1% 30-Dec-97 17:47:32 +cos.s
  483.       68      57 16.1% 30-Dec-97 17:47:32 +cosh.s
  484.       67      56 16.4% 30-Dec-97 17:47:32 +exp.s
  485.       68      57 16.1% 30-Dec-97 17:47:32 +fabs.s
  486.      191     111 41.8% 30-Dec-97 17:47:34 +floor.s
  487.      217     114 47.4% 30-Dec-97 17:47:30 +frexp.s
  488.      140      90 35.7% 30-Dec-97 17:47:30 +ldexp.s
  489.       66      55 16.6% 30-Dec-97 17:47:32 +log.s
  490.       71      57 19.7% 30-Dec-97 17:47:32 +log10.s
  491.      156      97 37.8% 30-Dec-97 17:47:30 +modf.s
  492.      106      73 31.1% 30-Dec-97 17:47:32 +pow.s
  493.       66      57 13.6% 30-Dec-97 17:47:30 +sin.s
  494.       68      56 17.6% 30-Dec-97 17:47:30 +sinh.s
  495.       68      54 20.5% 30-Dec-97 17:47:32 +sqrt.s
  496.       66      56 15.1% 30-Dec-97 17:47:32 +tan.s
  497.       68      58 14.7% 30-Dec-97 17:47:32 +tanh.s
  498.      166     114 31.3% 30-Dec-97 17:47:16 +acos.s
  499.      204     122 40.1% 30-Dec-97 17:47:18 +addd.s
  500.      181     112 38.1% 30-Dec-97 17:47:18 +addl.s
  501.      165     112 32.1% 30-Dec-97 17:47:16 +asin.s
  502.      164     111 32.3% 30-Dec-97 17:47:16 +atan.s
  503.      161     109 32.2% 30-Dec-97 17:47:18 +ceil.s
  504.      204     124 39.2% 30-Dec-97 17:47:18 +cmpd.s
  505.      181     113 37.5% 30-Dec-97 17:47:18 +cmpl.s
  506.      161     111 31.0% 30-Dec-97 17:47:16 +cos.s
  507.      163     111 31.9% 30-Dec-97 17:47:16 +cosh.s
  508.      172     115 33.1% 30-Dec-97 17:47:28 +d2s.s
  509.      204     124 39.2% 30-Dec-97 17:47:18 +divd.s
  510.      181     112 38.1% 30-Dec-97 17:47:18 +divl.s
  511.      161     110 31.6% 30-Dec-97 17:47:16 +exp.s
  512.      159     108 32.0% 30-Dec-97 17:47:16 +fabs.s
  513.      171     111 35.0% 30-Dec-97 17:47:18 +fixds.s
  514.      463     207 55.2% 30-Dec-97 17:47:28 +fixdu.s
  515.      168     107 36.3% 30-Dec-97 17:47:22 +fixls.s
  516.      396     185 53.2% 30-Dec-97 17:47:24 +fixlu.s
  517.      161     108 32.9% 30-Dec-97 17:47:18 +floor.s
  518.      194     119 38.6% 30-Dec-97 17:47:22 +fltsbd.s
  519.      194     120 38.1% 30-Dec-97 17:47:22 +fltsbl.s
  520.      170     108 36.4% 30-Dec-97 17:47:22 +fltsld.s
  521.      170     109 35.8% 30-Dec-97 17:47:22 +fltsll.s
  522.      182     116 36.2% 30-Dec-97 17:47:22 +fltswd.s
  523.      182     117 35.7% 30-Dec-97 17:47:22 +fltswl.s
  524.      185     117 36.7% 30-Dec-97 17:47:22 +fltubd.s
  525.      185     118 36.2% 30-Dec-97 17:47:22 +fltubl.s
  526.      273     161 41.0% 30-Dec-97 17:47:28 +fltuld.s
  527.      241     141 41.4% 30-Dec-97 17:47:28 +fltull.s
  528.      185     117 36.7% 30-Dec-97 17:47:22 +fltuwd.s
  529.      185     118 36.2% 30-Dec-97 17:47:22 +fltuwl.s
  530.      302     164 45.6% 30-Dec-97 17:47:14 +frexp.c
  531.      837     393 53.0% 30-Dec-97 17:47:14 +ldexp.c
  532.      161     111 31.0% 30-Dec-97 17:47:16 +log.s
  533.      166     113 31.9% 30-Dec-97 17:47:16 +log10.s
  534.      170     106 37.6% 30-Dec-97 17:47:14 +modf.c
  535.      204     124 39.2% 30-Dec-97 17:47:18 +muld.s
  536.      181     113 37.5% 30-Dec-97 17:47:18 +mull.s
  537.      169     110 34.9% 30-Dec-97 17:47:18 +negd.s
  538.      166     106 36.1% 30-Dec-97 17:47:22 +negl.s
  539.      196     123 37.2% 30-Dec-97 17:47:16 +pow.s
  540.      169     110 34.9% 30-Dec-97 17:47:26 +s2d.s
  541.      162     110 32.0% 30-Dec-97 17:47:16 +sin.s
  542.      163     111 31.9% 30-Dec-97 17:47:16 +sinh.s
  543.      163     111 31.9% 30-Dec-97 17:47:16 +sqrt.s
  544.      204     124 39.2% 30-Dec-97 17:47:18 +subd.s
  545.      181     113 37.5% 30-Dec-97 17:47:18 +subl.s
  546.      161     110 31.6% 30-Dec-97 17:47:16 +tan.s
  547.      163     112 31.2% 30-Dec-97 17:47:16 +tanh.s
  548.      169     110 34.9% 30-Dec-97 17:47:14 +tstd.s
  549.      166     106 36.1% 30-Dec-97 17:47:22 +tstl.s
  550.      185     131 29.1% 30-Dec-97 17:47:36 +strtod.c
  551.       46      46  0.0% 30-Dec-97 17:47:36 +vfprintf.c
  552.       44      44  0.0% 30-Dec-97 17:47:36 +vfscanf.c
  553.      867     448 48.3% 30-Dec-97 17:48:26 +minstart.s
  554.      347     170 51.0% 30-Dec-97 17:48:22 +setjmp.s
  555.       99      88 11.1% 30-Dec-97 17:48:22 +raise.c
  556.      153     122 20.2% 30-Dec-97 17:48:22 +signal.c
  557.      171     127 25.7% 30-Dec-97 17:46:54 +__v0fprintf.c
  558.      183     128 30.0% 30-Dec-97 17:46:54 +__v0printf.c
  559.      168     114 32.1% 30-Dec-97 17:46:54 +__v0sprintf.c
  560.      720     346 51.9% 30-Dec-97 17:46:48 +_fillbuf.c
  561.      501     280 44.1% 30-Dec-97 17:46:50 +_flushbuf.c
  562.      777     394 49.2% 30-Dec-97 17:46:50 +_putbuf.c
  563.       92      91  1.0% 30-Dec-97 17:47:06 +clearerr.c
  564.      634     311 50.9% 30-Dec-97 17:46:48 +fclose.c
  565.       83      83  0.0% 30-Dec-97 17:47:06 +feof.c
  566.       87      86  1.1% 30-Dec-97 17:47:06 +ferror.c
  567.      253     146 42.2% 30-Dec-97 17:46:50 +fflush.c
  568.      136     115 15.4% 30-Dec-97 17:46:50 +fgetc.c
  569.      155     114 26.4% 30-Dec-97 17:47:06 +fgetpos.c
  570.      243     167 31.2% 30-Dec-97 17:46:50 +fgets.c
  571.     1065     478 55.1% 30-Dec-97 17:46:48 +fopen.c
  572.      218     136 37.6% 30-Dec-97 17:47:00 +fprintf.c
  573.       73      73  0.0% 30-Dec-97 17:46:50 +fputc.c
  574.      216     164 24.0% 30-Dec-97 17:46:50 +fputs.c
  575.      824     369 55.2% 30-Dec-97 17:46:52 +fread.c
  576.      138     113 18.1% 30-Dec-97 17:47:04 +freopen.c
  577.      164     119 27.4% 30-Dec-97 17:47:02 +fscanf.c
  578.      389     222 42.9% 30-Dec-97 17:46:54 +fseek.c
  579.      116     104 10.3% 30-Dec-97 17:47:06 +fsetpos.c
  580.      244     162 33.6% 30-Dec-97 17:46:52 +ftell.c
  581.      916     395 56.8% 30-Dec-97 17:46:54 +fwrite.c
  582.       84      75 10.7% 30-Dec-97 17:46:54 +getchar.c
  583.      231     148 35.9% 30-Dec-97 17:46:50 +gets.c
  584.      417     200 52.0% 30-Dec-97 17:46:48 +inc.h
  585.     5061    1128 77.7% 30-Dec-97 17:46:58 +_printf.c
  586.       81      69 14.8% 30-Dec-97 17:46:58 +_sputc.c
  587.      221     141 36.1% 30-Dec-97 17:46:56 +fprintf.c
  588.      209     129 38.2% 30-Dec-97 17:46:56 +fscanf.c
  589.      237     141 40.5% 30-Dec-97 17:46:56 +printf.c
  590.      204     130 36.2% 30-Dec-97 17:46:56 +scanf.c
  591.      310     180 41.9% 30-Dec-97 17:46:56 +sprintf.c
  592.      314     196 37.5% 30-Dec-97 17:46:56 +sscanf.c
  593.      160     116 27.5% 30-Dec-97 17:46:56 +vfprintf.c
  594.     4215     955 77.3% 30-Dec-97 17:46:56 +vfscanf.c
  595.      196     125 36.2% 30-Dec-97 17:46:56 +vprintf.c
  596.      218     141 35.3% 30-Dec-97 17:46:56 +vsprintf.c
  597.      144     109 24.3% 30-Dec-97 17:47:06 +perror.c
  598.      211     131 37.9% 30-Dec-97 17:47:00 +printf.c
  599.       90      79 12.2% 30-Dec-97 17:47:06 +putchar.c
  600.      244     150 38.5% 30-Dec-97 17:46:50 +puts.c
  601.      115     100 13.0% 30-Dec-97 17:46:50 +remove.c
  602.      137     101 26.2% 30-Dec-97 17:46:50 +rename.c
  603.      103      97  5.8% 30-Dec-97 17:47:06 +rewind.c
  604.      179     122 31.8% 30-Dec-97 17:47:02 +scanf.c
  605.      111     105  5.4% 30-Dec-97 17:47:06 +setbuf.c
  606.      595     310 47.8% 30-Dec-97 17:46:54 +setvbuf.c
  607.      400     232 42.0% 30-Dec-97 17:47:00 +sprintf.c
  608.      321     199 38.0% 30-Dec-97 17:47:02 +sscanf.c
  609.       96      91  5.2% 30-Dec-97 17:47:04 +tmpfile.c
  610.      410     217 47.0% 30-Dec-97 17:47:04 +tmpnam.c
  611.      657     312 52.5% 30-Dec-97 17:46:52 +ungetc.c
  612.    10800    3099 71.3% 30-Dec-97 17:47:00 +vfprintf.c
  613.     9684    2390 75.3% 30-Dec-97 17:47:02 +vfscanf.c
  614.      168     113 32.7% 30-Dec-97 17:47:00 +vprintf.c
  615.      147     108 26.5% 30-Dec-97 17:47:02 +vscanf.c
  616.      355     212 40.2% 30-Dec-97 17:47:00 +vsprintf.c
  617.      262     175 33.2% 30-Dec-97 17:47:02 +vsscanf.c
  618.      158     126 20.2% 30-Dec-97 17:46:48 +abort.c
  619.       61      61  0.0% 30-Dec-97 17:46:44 +abs.c
  620.      261     150 42.5% 30-Dec-97 17:46:48 +atexit.c
  621.      102      93  8.8% 30-Dec-97 17:46:46 +atoi.c
  622.      103      95  7.7% 30-Dec-97 17:46:44 +atol.c
  623.      551     269 51.1% 30-Dec-97 17:46:46 +bsearch.c
  624.      227     144 36.5% 30-Dec-97 17:46:44 +calloc.c
  625.      192     132 31.2% 30-Dec-97 17:46:46 +div.c
  626.      553     329 40.5% 30-Dec-97 17:46:46 +getenv.c
  627.       64      62  3.1% 30-Dec-97 17:46:44 +labs.c
  628.      197     135 31.4% 30-Dec-97 17:46:46 +ldiv.c
  629.     3161    1046 66.9% 30-Dec-97 17:46:42 +malloc.c
  630.      959     408 57.4% 30-Dec-97 17:46:44 +newmalloc.c
  631.     1745     819 53.0% 30-Dec-97 17:46:46 +qsort.c
  632.      149     123 17.4% 30-Dec-97 17:46:44 +rand.c
  633.      381     197 48.2% 30-Dec-97 17:46:42 +realloc.c
  634.      572     263 54.0% 30-Dec-97 17:46:46 +strtol.c
  635.     1018     476 53.2% 30-Dec-97 17:46:46 +strtoul.c
  636.      448     258 42.4% 30-Dec-97 17:46:42 +system.c
  637.      156     120 23.0% 30-Dec-97 17:46:38 +memchr.c
  638.      210     140 33.3% 30-Dec-97 17:46:38 +memcmp.c
  639.      222     161 27.4% 30-Dec-97 17:46:36 +memcpy.c
  640.      275     166 39.6% 30-Dec-97 17:46:36 +memmove.c
  641.      127     104 18.1% 30-Dec-97 17:46:38 +memset.c
  642.      174     110 36.7% 30-Dec-97 17:46:38 +strcat.c
  643.      127      99 22.0% 30-Dec-97 17:46:38 +strchr.c
  644.      219     141 35.6% 30-Dec-97 17:46:38 +strcmp.c
  645.      153     105 31.3% 30-Dec-97 17:46:38 +strcpy.c
  646.      141     109 22.6% 30-Dec-97 17:46:38 +strcspn.c
  647.      138     111 19.5% 30-Dec-97 17:46:42 +strerror.c
  648.      106      92 13.2% 30-Dec-97 17:46:38 +strlen.c
  649.      245     142 42.0% 30-Dec-97 17:46:38 +strncat.c
  650.      257     162 36.9% 30-Dec-97 17:46:38 +strncmp.c
  651.      145     113 22.0% 30-Dec-97 17:46:38 +strncpy.c
  652.      150     110 26.6% 30-Dec-97 17:46:38 +strpbrk.c
  653.      155     107 30.9% 30-Dec-97 17:46:38 +strrchr.c
  654.      139     108 22.3% 30-Dec-97 17:46:38 +strspn.c
  655.      779     348 55.3% 30-Dec-97 17:46:38 +strstr.c
  656.      250     150 40.0% 30-Dec-97 17:46:42 +strtok.c
  657.      105      87 17.1% 30-Dec-97 17:46:34 +__gmtoffset.c
  658.      205     136 33.6% 30-Dec-97 17:46:34 +asctime.c
  659.       60      60  0.0% 30-Dec-97 17:46:34 +clock.c
  660.     1862     748 59.8% 30-Dec-97 17:46:36 +gmtime.c
  661.      145     113 22.0% 30-Dec-97 17:46:36 +localtime.c
  662.      741     387 47.7% 30-Dec-97 17:46:36 +mktime.c
  663.     3342    1019 69.5% 30-Dec-97 17:46:36 +strftime.c
  664.      505     302 40.1% 30-Dec-97 17:46:34 +time.c
  665.     5985    1589 73.4% 30-Dec-97 17:48:26 +vargs.h
  666.      591     223 62.2% 30-Dec-97 18:41:48 +ppc
  667.      939     428 54.4% 30-Dec-97 17:49:52 +showerr.c
  668.      480     268 44.1% 30-Dec-97 17:49:50 +tovbr.c
  669.     9849    2801 71.5% 30-Dec-97 17:49:50 +vbrowse.c
  670.      115     105  8.6% 30-Dec-97 17:49:50 +vbrowse.h
  671.     1823     786 56.8% 30-Dec-97 17:49:50 +vsend.c
  672.      519     212 59.1% 30-Dec-97 18:33:46 +vc.config
  673.     1974     779 60.5% 30-Dec-97 17:49:46 +help.c
  674.     2226     705 68.3% 30-Dec-97 17:49:46 +menu_code.c
  675.      998     411 58.8% 30-Dec-97 17:49:46 +menu_compiler.c
  676.      700     337 51.8% 30-Dec-97 17:49:48 +menu_define.c
  677.      768     363 52.7% 30-Dec-97 17:49:48 +menu_includePath.c
  678.      719     343 52.2% 30-Dec-97 17:49:48 +menu_libLink.c
  679.     2083     758 63.6% 30-Dec-97 17:49:48 +menu_main.c
  680.     1435     462 67.8% 30-Dec-97 17:49:48 +menu_optimize.c
  681.     1668     620 62.8% 30-Dec-97 17:49:48 +menu_Warnings.c
  682.    10965    2569 76.5% 30-Dec-97 17:49:48 +vconfig.c
  683.     4274    1414 66.9% 30-Dec-97 17:49:48 +vconfig.h
  684.    23496   12247 47.8% 30-Dec-97 17:46:20 +fd2libPPC
  685.    83952   35329 57.9% 30-Dec-97 17:46:20 +pasm
  686.   168844   84619 49.8% 30-Dec-97 17:46:10 +ppc-amigaos-ar
  687.   288764  136225 52.8% 30-Dec-97 17:46:04 +ppc-amigaos-ld
  688.     1984    1313 33.8% 30-Dec-97 17:46:20 +ppcrun
  689.    17996    7017 61.0% 30-Dec-97 17:45:50 +COPYING
  690.     2696    1127 58.1% 30-Dec-97 17:45:50 +extralib.doc
  691.     5174    2308 55.3% 30-Dec-97 23:05:38 +fd2libPPC.doc
  692.    27602    5709 79.3% 30-Dec-97 17:45:52 +pasm.doc
  693.     5250    2180 58.4% 30-Dec-97 23:07:56 +vclib.doc
  694.      233     155 33.4% 30-Dec-97 17:45:42 +assert.h
  695.      806     267 66.8% 30-Dec-97 17:45:40 +ctype.h
  696.     5419    1873 65.4% 30-Dec-97 17:45:42 +errno.h
  697.      910     288 68.3% 30-Dec-97 17:45:42 +extra.h
  698.     1018     306 69.9% 30-Dec-97 17:45:42 +float.h
  699.      440     170 61.3% 30-Dec-97 17:45:42 +limits.h
  700.      891     317 64.4% 30-Dec-97 17:45:42 +locale.h
  701.      729     263 63.9% 30-Dec-97 17:45:40 +math.h
  702.     1161     289 75.1% 30-Dec-97 17:45:42 +all.h
  703.      161     126 21.7% 30-Dec-97 17:45:42 +amigaguide.h
  704.      133     108 18.7% 30-Dec-97 17:45:42 +asl.h
  705.      157     120 23.5% 30-Dec-97 17:45:42 +battclock.h
  706.      149     117 21.4% 30-Dec-97 17:45:42 +battmem.h
  707.      145     114 21.3% 30-Dec-97 17:45:42 +bullet.h
  708.      150     118 21.3% 30-Dec-97 17:45:44 +cardres.h
  709.      133     108 18.7% 30-Dec-97 17:45:44 +cia.h
  710.      161     123 23.6% 30-Dec-97 17:45:44 +colorwheel.h
  711.      156     121 22.4% 30-Dec-97 17:45:44 +commodities.h
  712.      151     117 22.5% 30-Dec-97 17:45:44 +console.h
  713.      157     122 22.2% 30-Dec-97 17:45:44 +datatypes.h
  714.      138     112 18.8% 30-Dec-97 17:45:44 +disk.h
  715.      153     118 22.8% 30-Dec-97 17:45:44 +diskfont.h
  716.      136     111 18.3% 30-Dec-97 17:45:44 +dos.h
  717.      149     117 21.4% 30-Dec-97 17:45:44 +dtclass.h
  718.      169     115 31.9% 30-Dec-97 17:45:44 +exec.h
  719.      157     121 22.9% 30-Dec-97 17:45:44 +expansion.h
  720.      153     119 22.2% 30-Dec-97 17:45:44 +gadtools.h
  721.      148     116 21.6% 30-Dec-97 17:45:44 +graphics.h
  722.      137     111 18.9% 30-Dec-97 17:45:44 +icon.h
  723.      153     119 22.2% 30-Dec-97 17:45:44 +iffparse.h
  724.      141     113 19.8% 30-Dec-97 17:45:44 +input.h
  725.      163     114 30.0% 30-Dec-97 17:45:46 +intuition.h
  726.      145     117 19.3% 30-Dec-97 17:45:46 +keymap.h
  727.      145     116 20.0% 30-Dec-97 17:45:46 +layers.h
  728.      145     114 21.3% 30-Dec-97 17:45:46 +locale.h
  729.      153     120 21.5% 30-Dec-97 17:45:46 +lowlevel.h
  730.      136     111 18.3% 30-Dec-97 17:45:46 +misc.h
  731.      156     121 22.4% 30-Dec-97 17:45:46 +nonvolatile.h
  732.      141     112 20.5% 30-Dec-97 17:45:46 +potgo.h
  733.      155     120 22.5% 30-Dec-97 17:45:46 +ramdrive.h
  734.      153     119 22.2% 30-Dec-97 17:45:46 +realtime.h
  735.      158     124 21.5% 30-Dec-97 17:45:46 +rexxsyslib.h
  736.      141     113 19.8% 30-Dec-97 17:45:46 +timer.h
  737.      161     119 26.0% 30-Dec-97 17:45:46 +translator.h
  738.      149     117 21.4% 30-Dec-97 17:45:46 +utility.h
  739.      136     113 16.9% 30-Dec-97 17:45:46 +wb.h
  740.      153     119 22.2% 30-Dec-97 17:45:40 +setjmp.h
  741.      315     152 51.7% 30-Dec-97 17:45:40 +signal.h
  742.     1042     368 64.6% 30-Dec-97 17:45:40 +stdarg.h
  743.      580     232 60.0% 30-Dec-97 17:45:40 +stddef.h
  744.     5034    1580 68.6% 30-Dec-97 17:45:40 +stdio.h
  745.     1631     598 63.3% 30-Dec-97 17:45:40 +stdlib.h
  746.     2405     507 78.9% 30-Dec-97 17:45:40 +string.h
  747.      951     350 63.1% 30-Dec-97 17:45:40 +time.h
  748.   805234   81968 89.8% 30-Dec-97 17:44:24 +libamiga.a
  749.     9066    2365 73.9% 30-Dec-97 17:44:32 +libextra.a
  750.    51046   27723 45.6% 30-Dec-97 17:44:26 +libm.a
  751.   123882   28775 76.7% 30-Dec-97 17:44:32 +libvc.a
  752.     2240    1122 49.9% 30-Dec-97 17:44:32 +startup.o
  753.      226     175 22.5% 30-Dec-97 17:44:44 +_chkabort.c
  754.       15      15  0.0% 30-Dec-97 17:44:44 +_errno.c
  755.      918     383 58.2% 30-Dec-97 17:44:44 +_errors.c
  756.     3418    1238 63.7% 30-Dec-97 17:45:00 +_main.c
  757.     1630     658 59.6% 30-Dec-97 17:45:38 +ArgArray.c
  758.     1039     362 65.1% 30-Dec-97 17:45:38 +CreateIO.c
  759.      976     444 54.5% 30-Dec-97 17:45:38 +CreatePort.c
  760.     1657     789 52.3% 30-Dec-97 17:45:38 +CreateTask.c
  761.       39      39  0.0% 30-Dec-97 17:45:38 +DeleteTask.c
  762.      815     172 78.8% 30-Dec-97 17:45:38 +DoPktn.c
  763.      125     111 11.2% 30-Dec-97 17:45:38 +FastRand.c
  764.      273     170 37.7% 30-Dec-97 17:45:38 +FreeIEvents.c
  765.      451     246 45.4% 30-Dec-97 17:45:38 +HotKey.c
  766.     1914     650 66.0% 30-Dec-97 17:45:38 +LibAllocPooled.c
  767.     1090     453 58.4% 30-Dec-97 17:45:38 +LibCreatePool.c
  768.      908     396 56.3% 30-Dec-97 17:45:36 +LibFreePooled.c
  769.     2845    1139 59.9% 30-Dec-97 17:45:38 +MakeALIB.script
  770.      297     180 39.3% 30-Dec-97 17:45:36 +NewList.c
  771.      316     186 41.1% 30-Dec-97 17:45:36 +RangeRand.c
  772.      248     188 24.1% 30-Dec-97 17:45:38 +sprintf.c
  773.     1253     542 56.7% 30-Dec-97 17:45:36 +TimeDelay.c
  774.      118     101 14.4% 30-Dec-97 17:45:36 +WaitBeam.c
  775.     1411     187 86.7% 30-Dec-97 17:44:50 +_ctype_.c
  776.       82      78  4.8% 30-Dec-97 17:44:50 +isalnum.c
  777.       82      77  6.0% 30-Dec-97 17:44:50 +isalpha.c
  778.       83      80  3.6% 30-Dec-97 17:44:50 +iscntrl.c
  779.       82      76  7.3% 30-Dec-97 17:44:50 +isdigit.c
  780.       83      78  6.0% 30-Dec-97 17:44:50 +isgraph.c
  781.       82      77  6.0% 30-Dec-97 17:44:50 +islower.c
  782.       84      80  4.7% 30-Dec-97 17:44:50 +isprint.c
  783.       83      78  6.0% 30-Dec-97 17:44:50 +ispunct.c
  784.       82      77  6.0% 30-Dec-97 17:44:50 +isspace.c
  785.       82      77  6.0% 30-Dec-97 17:44:50 +isupper.c
  786.       85      79  7.0% 30-Dec-97 17:44:50 +isxdigit.c
  787.       94      89  5.3% 30-Dec-97 17:44:52 +tolower.c
  788.      329     205 37.6% 30-Dec-97 17:44:48 +tolower.s
  789.       95      90  5.2% 30-Dec-97 17:44:52 +toupper.c
  790.      329     209 36.4% 30-Dec-97 17:44:50 +toupper.s
  791.      529     267 49.5% 30-Dec-97 17:45:34 +chdir.c
  792.      244     159 34.8% 30-Dec-97 17:45:32 +clock.c
  793.      363     207 42.9% 30-Dec-97 17:45:32 +getch.c
  794.      231     167 27.7% 30-Dec-97 17:45:34 +isseparator.c
  795.      264     180 31.8% 30-Dec-97 17:45:32 +iswhitespace.c
  796.      363     118 67.4% 30-Dec-97 17:45:34 +Make_extralib.script
  797.      376     122 67.5% 30-Dec-97 17:45:34 +Make_extraslib.script
  798.     1738     565 67.4% 30-Dec-97 17:45:32 +mysupp.c
  799.      402     234 41.7% 30-Dec-97 17:45:32 +stricmp.c
  800.      440     259 41.1% 30-Dec-97 17:45:32 +strnicmp.c
  801.    17334    5273 69.5% 30-Dec-97 17:45:36 +fd2libPPC.c
  802.      294     126 57.1% 30-Dec-97 17:44:46 +localeconv.c
  803.       84      76  9.5% 30-Dec-97 17:44:46 +setlocale.c
  804.     1144     362 68.3% 30-Dec-97 17:45:32 +Make_vclib.script
  805.    13231    2818 78.7% 30-Dec-97 17:45:24 +Makefile
  806.       83      77  7.2% 30-Dec-97 17:44:34 +acos.c
  807.       77      73  5.1% 30-Dec-97 17:44:32 +asin.c
  808.      101      88 12.8% 30-Dec-97 17:44:40 +atof.c
  809.     1478     687 53.5% 30-Dec-97 17:44:44 +ceil.c
  810.       78      75  3.8% 30-Dec-97 17:44:34 +cosh.c
  811.       87      73 16.0% 30-Dec-97 17:44:40 +difftime.c
  812.       85      71 16.4% 30-Dec-97 17:44:38 +fabs.s
  813.     1484     696 53.0% 30-Dec-97 17:44:32 +floor.c
  814.      137     100 27.0% 30-Dec-97 17:44:40 +fmod.c
  815.      302     164 45.6% 30-Dec-97 17:44:34 +frexp.c
  816.      128      98 23.4% 30-Dec-97 17:44:40 +isinf.c
  817.      129      98 24.0% 30-Dec-97 17:44:38 +isnan.c
  818.      837     393 53.0% 30-Dec-97 17:44:32 +ldexp.c
  819.     6711    2865 57.3% 30-Dec-97 17:44:42 +LICENSE
  820.     2316     806 65.1% 30-Dec-97 17:44:42 +README
  821.      749     217 71.0% 30-Dec-97 17:44:40 +Make_mlib.script
  822.      170     106 37.6% 30-Dec-97 17:44:32 +modf.c
  823.       78      74  5.1% 30-Dec-97 17:44:34 +sinh.c
  824.      185     131 29.1% 30-Dec-97 17:44:38 +strtod.c
  825.       70      69  1.4% 30-Dec-97 17:44:38 +tan.c
  826.      122      86 29.5% 30-Dec-97 17:44:34 +tanh.c
  827.      286     185 35.3% 30-Dec-97 17:44:48 +longjmp.s
  828.      245     162 33.8% 30-Dec-97 17:44:48 +setjmp.s
  829.       99      88 11.1% 30-Dec-97 17:45:30 +raise.c
  830.      153     122 20.2% 30-Dec-97 17:45:30 +signal.c
  831.      171     127 25.7% 30-Dec-97 17:45:06 +__v0fprintf.c
  832.      183     128 30.0% 30-Dec-97 17:45:06 +__v0printf.c
  833.      168     114 32.1% 30-Dec-97 17:45:06 +__v0sprintf.c
  834.      226     142 37.1% 30-Dec-97 17:45:08 +__v2fprintf.c
  835.      172     124 27.9% 30-Dec-97 17:45:22 +__v2fscanf.c
  836.      219     138 36.9% 30-Dec-97 17:45:08 +__v2printf.c
  837.      187     128 31.5% 30-Dec-97 17:45:22 +__v2scanf.c
  838.      408     238 41.6% 30-Dec-97 17:45:08 +__v2sprintf.c
  839.      329     204 37.9% 30-Dec-97 17:45:22 +__v2sscanf.c
  840.       65      61  6.1% 30-Dec-97 17:45:08 +__v2vfprintf.c
  841.       62      60  3.2% 30-Dec-97 17:45:22 +__v2vfscanf.c
  842.      815     410 49.6% 30-Dec-97 17:45:06 +_fillbuf.c
  843.      593     341 42.4% 30-Dec-97 17:45:06 +_flushbuf.c
  844.      862     452 47.5% 30-Dec-97 17:45:04 +_putbuf.c
  845.       92      91  1.0% 30-Dec-97 17:45:06 +clearerr.c
  846.      715     371 48.1% 30-Dec-97 17:45:00 +fclose.c
  847.       83      83  0.0% 30-Dec-97 17:45:06 +feof.c
  848.       87      86  1.1% 30-Dec-97 17:45:06 +ferror.c
  849.      253     146 42.2% 30-Dec-97 17:45:06 +fflush.c
  850.      136     115 15.4% 30-Dec-97 17:45:06 +fgetc.c
  851.      155     114 26.4% 30-Dec-97 17:45:06 +fgetpos.c
  852.      243     167 31.2% 30-Dec-97 17:45:04 +fgets.c
  853.     1484     688 53.6% 30-Dec-97 17:45:00 +fopen.c
  854.      218     136 37.6% 30-Dec-97 17:45:04 +fprintf.c
  855.       73      73  0.0% 30-Dec-97 17:45:04 +fputc.c
  856.      216     164 24.0% 30-Dec-97 17:45:04 +fputs.c
  857.      918     437 52.3% 30-Dec-97 17:45:00 +fread.c
  858.      138     113 18.1% 30-Dec-97 17:45:04 +freopen.c
  859.      164     119 27.4% 30-Dec-97 17:45:04 +fscanf.c
  860.      483     287 40.5% 30-Dec-97 17:45:06 +fseek.c
  861.      116     104 10.3% 30-Dec-97 17:45:04 +fsetpos.c
  862.      338     228 32.5% 30-Dec-97 17:45:00 +ftell.c
  863.     1020     460 54.9% 30-Dec-97 17:45:06 +fwrite.c
  864.       84      75 10.7% 30-Dec-97 17:45:04 +getchar.c
  865.      231     148 35.9% 30-Dec-97 17:45:04 +gets.c
  866.      417     200 52.0% 30-Dec-97 17:45:08 +inc.h
  867.      144     109 24.3% 30-Dec-97 17:45:04 +perror.c
  868.      211     131 37.9% 30-Dec-97 17:45:04 +printf.c
  869.       90      79 12.2% 30-Dec-97 17:45:04 +putchar.c
  870.      244     150 38.5% 30-Dec-97 17:45:02 +puts.c
  871.      359     221 38.4% 30-Dec-97 17:45:04 +remove.c
  872.      400     232 42.0% 30-Dec-97 17:45:04 +rename.c
  873.      103      97  5.8% 30-Dec-97 17:45:02 +rewind.c
  874.      179     122 31.8% 30-Dec-97 17:45:02 +scanf.c
  875.      111     105  5.4% 30-Dec-97 17:45:02 +setbuf.c
  876.      551     295 46.4% 30-Dec-97 17:45:02 +setvbuf.c
  877.      400     232 42.0% 30-Dec-97 17:45:02 +sprintf.c
  878.      321     199 38.0% 30-Dec-97 17:45:02 +sscanf.c
  879.       96      91  5.2% 30-Dec-97 17:45:02 +tmpfile.c
  880.      504     289 42.6% 30-Dec-97 17:45:02 +tmpnam.c
  881.      657     312 52.5% 30-Dec-97 17:45:02 +ungetc.c
  882.    10800    3099 71.3% 30-Dec-97 17:45:00 +vfprintf.c
  883.     9684    2390 75.3% 30-Dec-97 17:45:02 +vfscanf.c
  884.      168     113 32.7% 30-Dec-97 17:45:02 +vprintf.c
  885.      147     108 26.5% 30-Dec-97 17:45:02 +vscanf.c
  886.      355     212 40.2% 30-Dec-97 17:45:00 +vsprintf.c
  887.      262     175 33.2% 30-Dec-97 17:45:00 +vsscanf.c
  888.      158     126 20.2% 30-Dec-97 17:44:56 +abort.c
  889.       61      61  0.0% 30-Dec-97 17:44:56 +abs.c
  890.      261     150 42.5% 30-Dec-97 17:44:56 +atexit.c
  891.      102      93  8.8% 30-Dec-97 17:44:56 +atoi.c
  892.      103      95  7.7% 30-Dec-97 17:44:56 +atol.c
  893.      551     269 51.1% 30-Dec-97 17:44:56 +bsearch.c
  894.      227     144 36.5% 30-Dec-97 17:44:56 +calloc.c
  895.      192     132 31.2% 30-Dec-97 17:44:54 +div.c
  896.      559     328 41.3% 30-Dec-97 17:44:54 +getenv.c
  897.       64      62  3.1% 30-Dec-97 17:44:54 +labs.c
  898.      197     135 31.4% 30-Dec-97 17:44:54 +ldiv.c
  899.     1044     464 55.5% 30-Dec-97 17:44:54 +malloc.c
  900.     1745     819 53.0% 30-Dec-97 17:44:54 +qsort.c
  901.      149     123 17.4% 30-Dec-97 17:44:54 +rand.c
  902.      572     263 54.0% 30-Dec-97 17:44:54 +strtol.c
  903.     1018     476 53.2% 30-Dec-97 17:44:54 +strtoul.c
  904.      327     224 31.4% 30-Dec-97 17:44:54 +system.c
  905.      156     120 23.0% 30-Dec-97 17:45:26 +memchr.c
  906.      210     140 33.3% 30-Dec-97 17:45:26 +memcmp.c
  907.      222     161 27.4% 30-Dec-97 17:45:26 +memcpy.c
  908.      891     469 47.3% 30-Dec-97 17:45:24 +memcpy.s
  909.      275     166 39.6% 30-Dec-97 17:45:26 +memmove.c
  910.      913     472 48.3% 30-Dec-97 17:45:24 +memmove.s
  911.      127     104 18.1% 30-Dec-97 17:45:26 +memset.c
  912.      796     435 45.3% 30-Dec-97 17:45:26 +memset.s
  913.      174     110 36.7% 30-Dec-97 17:45:26 +strcat.c
  914.      127      99 22.0% 30-Dec-97 17:45:26 +strchr.c
  915.      219     141 35.6% 30-Dec-97 17:45:26 +strcmp.c
  916.      153     105 31.3% 30-Dec-97 17:45:26 +strcpy.c
  917.      289     183 36.6% 30-Dec-97 17:45:26 +strcpy.s
  918.      141     109 22.6% 30-Dec-97 17:45:26 +strcspn.c
  919.      138     111 19.5% 30-Dec-97 17:45:26 +strerror.c
  920.      106      92 13.2% 30-Dec-97 17:45:26 +strlen.c
  921.      257     179 30.3% 30-Dec-97 17:45:26 +strlen.s
  922.      245     142 42.0% 30-Dec-97 17:45:26 +strncat.c
  923.      257     162 36.9% 30-Dec-97 17:45:24 +strncmp.c
  924.      145     113 22.0% 30-Dec-97 17:45:24 +strncpy.c
  925.      150     110 26.6% 30-Dec-97 17:45:24 +strpbrk.c
  926.      155     107 30.9% 30-Dec-97 17:45:24 +strrchr.c
  927.      139     108 22.3% 30-Dec-97 17:45:24 +strspn.c
  928.      779     348 55.3% 30-Dec-97 17:45:24 +strstr.c
  929.      250     150 40.0% 30-Dec-97 17:45:24 +strtok.c
  930.      105      87 17.1% 30-Dec-97 17:44:46 +__gmtoffset.c
  931.      205     136 33.6% 30-Dec-97 17:44:46 +asctime.c
  932.       60      60  0.0% 30-Dec-97 17:44:46 +clock.c
  933.     1862     748 59.8% 30-Dec-97 17:44:46 +gmtime.c
  934.      145     113 22.0% 30-Dec-97 17:44:46 +localtime.c
  935.      741     387 47.7% 30-Dec-97 17:44:46 +mktime.c
  936.     3341    1020 69.4% 30-Dec-97 17:44:46 +strftime.c
  937.      881     490 44.3% 30-Dec-97 17:44:46 +time.c
  938.     5985    1589 73.4% 30-Dec-97 17:45:36 +vargs.h
  939.     1870     772 58.7% 30-Dec-97 17:45:48 +MakePPClib.script
  940.     1629     480 70.5% 30-Dec-97 17:45:48 +ppc_lib.fd
  941.      236     180 23.7% 30-Dec-97 17:45:48 +Makefile
  942.     9313    3084 66.8% 30-Dec-97 17:45:48 +ppcrun.c
  943.       90      71 21.1% 30-Dec-97 17:43:52 +Makefile
  944.    10408    3763 63.8% 30-Dec-97 17:43:52 +startup.s
  945.    45924   10801 76.4% 30-Dec-97 17:50:20 +machine.c
  946.      146      61 58.2% 30-Dec-97 17:50:18 +machine.dt
  947.     1943     821 57.7% 30-Dec-97 17:50:20 +machine.h
  948.   103091   22911 77.7% 30-Dec-97 17:50:18 +machine.c
  949.      146      61 58.2% 30-Dec-97 17:49:58 +machine.dt
  950.     1894     825 56.4% 30-Dec-97 17:49:58 +machine.h
  951.    45366   11670 74.2% 30-Dec-97 17:43:10 +machine.c
  952.      146      61 58.2% 30-Dec-97 17:43:24 +machine.dt
  953.     2374     963 59.4% 30-Dec-97 17:43:08 +machine.h
  954.    20702    5104 75.3% 30-Dec-97 17:50:46 +main.c
  955.     6515    1236 81.0% 30-Dec-97 17:50:34 +Makefile
  956.     4327    1486 65.6% 30-Dec-97 17:50:50 +mbasic.c
  957.    24349    5744 76.4% 30-Dec-97 17:52:10 +opt.c
  958.     5670    1692 70.1% 30-Dec-97 17:50:40 +opt.h
  959.    18786    4492 76.0% 30-Dec-97 17:52:08 +parse_expr.c
  960.    24657    5605 77.2% 30-Dec-97 17:42:36 +directives.c
  961.     1467     678 53.7% 30-Dec-97 17:42:36 +ehf.h
  962.     3468    1445 58.3% 30-Dec-97 17:42:36 +elf.h
  963.     1598     695 56.5% 30-Dec-97 17:42:38 +elfrelnames.c
  964.     7377    2732 62.9% 30-Dec-97 17:42:38 +errors.c
  965.    20460    5284 74.1% 30-Dec-97 17:42:38 +eval.c
  966.    38450    7415 80.7% 30-Dec-97 17:42:40 +instructions.c
  967.     7717    2774 64.0% 30-Dec-97 17:42:40 +main.c
  968.     1615     466 71.1% 30-Dec-97 17:42:40 +Makefile
  969.     5650    1947 65.5% 30-Dec-97 17:42:42 +output_abs.c
  970.    10286    3300 67.9% 30-Dec-97 17:42:42 +output_ehf.c
  971.    14007    3948 71.8% 30-Dec-97 17:42:42 +output_elf.c
  972.    12324    3886 68.4% 30-Dec-97 17:42:42 +pass.c
  973.    20840    6246 70.0% 30-Dec-97 17:42:44 +ppcasm.h
  974.    24543    3742 84.7% 30-Dec-97 17:42:46 +predefs.c
  975.     6429    2601 59.5% 30-Dec-97 17:42:46 +support.c
  976.     9390    2827 69.8% 30-Dec-97 17:42:46 +tables.c
  977.     3257    1455 55.3% 30-Dec-97 17:42:46 +version.c
  978.    76073   14477 80.9% 30-Dec-97 17:52:08 +preproc.c
  979.    19013    5699 70.0% 30-Dec-97 17:50:44 +rd.c
  980.    42874    9633 77.5% 30-Dec-97 17:50:44 +regs.c
  981.    30383    5542 81.7% 30-Dec-97 17:42:22 +statements.c
  982.    13087    4251 67.5% 30-Dec-97 17:42:36 +supp.c
  983.    12881    4300 66.6% 30-Dec-97 17:50:40 +supp.h
  984.     2664    1022 61.6% 30-Dec-97 17:50:40 +tasm.c
  985.    49824   10451 79.0% 30-Dec-97 17:50:50 +type_expr.c
  986.     1650     789 52.1% 30-Dec-97 17:42:22 +vars.c
  987.     7038    2122 69.8% 30-Dec-97 17:42:22 +vbc.h
  988.     3976    1205 69.6% 30-Dec-97 17:50:50 +vbpp.h
  989.     9877    2202 77.7% 30-Dec-97 17:42:26 +cpp.c
  990.     4735    1829 61.3% 30-Dec-97 17:42:26 +cpp.h
  991.     9815    2901 70.4% 30-Dec-97 17:42:28 +eval.c
  992.     1049     444 57.6% 30-Dec-97 17:42:28 +getopt.c
  993.     1940     794 59.0% 30-Dec-97 17:42:28 +hideset.c
  994.     2976    1265 57.4% 30-Dec-97 17:42:28 +include.c
  995.    12301    4204 65.8% 30-Dec-97 17:42:28 +lex.c
  996.    10508    3761 64.2% 30-Dec-97 17:42:30 +macro.c
  997.     2042     896 56.1% 30-Dec-97 17:42:30 +nlist.c
  998.     6576    2423 63.1% 30-Dec-97 17:42:30 +tokens.c
  999.     3759    1131 69.9% 30-Dec-97 17:42:30 +unix.c
  1000.     6067    2064 65.9% 30-Dec-97 17:42:34 +vsc.c
  1001.     4816    1635 66.0% 30-Dec-97 17:42:34 +vsc.h
  1002.    18530    5561 69.9% 31-Dec-97 00:09:34  readme.vbcc
  1003.    20596   15651 24.0% 30-Dec-97 17:44:40 +atan.emb.o
  1004.    37510   24896 33.6% 30-Dec-97 17:44:44 +libmoto.a
  1005.    11736    6376 45.6% 30-Dec-97 17:44:42 +pow.emb.o
  1006.     2680    1828 31.7% 30-Dec-97 17:44:42 +sqrt.emb.o
  1007.     2108    1137 46.0% 30-Dec-97 17:44:42 +trig.emb.o
  1008. -------- ------- ----- --------- --------
  1009.  5886050 1764539 70.0% 02-Jan-98 17:13:30   873 files
  1010.